The text below comes (mostly) from the Marcus R Training course website:
We will have the privilege to work with data on a newly discovered being: Cloudbuddies. Cloudbuddies were first discovered in 2013 and for a decade they have been a source of confusion and frustration in the scientific community, due to, among other things, the fact that they seem to be a living, breathing, inexplicable mix of Altocumulus clouds1 and Cloudberries2. Not much is known about Cloudbuddies and currently data is rather limited, but over the course of the next months more and more information will be collected and shared with us for analysis.
We can see that the dataset contains nrow(cb_data) observations with ncol(cb_data) variables. You can inspect the dataset interactively below:
The data can be further explored via plots. Use the tabs below to visualize how cloudbuddies change over time.
Future investigations may choose to focus on the elderly population of cloudbuddies (those 70 days or older). The table below shows the subset of cloudbuddies who meet this criterion.
cb_data %>%
filter(Age_in_days >= 70) %>%
arrange(desc(Age_in_days))
##### Embedding YouTube content –> Ami:)
Often referred to as “Artic Gold”↩︎